home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 449 b | 21 lines |
- [SUBJECT]
- Description=Allows you to increase and decrease the value in a textbox
- ImageIndex=-1
- Folder=Tools
-
- [BODY_TEXT]
- ;<div align="center">
- ;<form>
- ;<input type="text" name="amount" value="`Initial_Value`">
- ;<input type="button" value="up" onClick="javascript:this.form.amount.value++;">
- ;<input type="button" value="down" onClick="javascript:this.form.amount.value--;">
- ;</form>
- ;</div>
- ;
-
- [`Initial_Value`]
- Kind=S
- Value=6
-
-
-